CreateHashWithDefaultSalt(Byte[]) Method
In This Topic
Syntax
'Declaration
Public Overloads Shared Function CreateHashWithDefaultSalt( _
ByVal () As Byte _
) As String
public static string CreateHashWithDefaultSalt(
byte[]
)
Parameters
- password
See Also